Nevron .NET Vision
Nevron.Chart Namespace / NDataSeries<T> Class / SetRange Method / SetRange(Int32,IList,Int32,Int32) Method


In This Topic
    SetRange(Int32,IList,Int32,Int32) Method
    In This Topic
    Copies the elements of a list over a range of elements in the Data Series.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetRange( _
       ByVal index As System.Integer, _
       ByVal list As System.Collections.IList, _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDataSeries(Of T)
    Dim index As System.Integer
    Dim list As System.Collections.IList
    Dim startIndex As System.Integer
    Dim count As System.Integer
     
    instance.SetRange(index, list, startIndex, count)
    public void SetRange( 
       System.int index,
       System.Collections.IList list,
       System.int startIndex,
       System.int count
    )

    Parameters

    index
    list
    startIndex
    count
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also